home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Freeware / Programare / nvu / nvu-0.80-win32-installer-full.exe / {app} / chrome / help.jar / skin / help / helpFileLayout.css < prev    next >
Cascading Style Sheet File  |  2005-01-28  |  4KB  |  147 lines

  1. /* ***** BEGIN LICENSE BLOCK *****
  2.  * Version: MPL 1.1/GPL 2.0/LGPL 2.1
  3.  *
  4.  * The contents of this file are subject to the Mozilla Public License Version
  5.  * 1.1 (the "License"); you may not use this file except in compliance with
  6.  * the License. You may obtain a copy of the License at
  7.  * http://www.mozilla.org/MPL/
  8.  *
  9.  * Software distributed under the License is distributed on an "AS IS" basis,
  10.  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  11.  * for the specific language governing rights and limitations under the
  12.  * License.
  13.  *
  14.  * The Original Code is Mozilla Help CSS
  15.  *
  16.  * The Initial Developer of the Original Code is
  17.  * R.J. Keller
  18.  * Portions created by the Initial Developer are Copyright (C) 2003-2004
  19.  * the Initial Developer. All Rights Reserved.
  20.  *
  21.  * Contributor(s):
  22.  *      Jeff Walden <jwalden+code@mit.edu>
  23.  *
  24.  * Alternatively, the contents of this file may be used under the terms of
  25.  * either the GNU General Public License Version 2 or later (the "GPL"), or
  26.  * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  27.  * in which case the provisions of the GPL or the LGPL are applicable instead
  28.  * of those above. If you wish to allow use of your version of this file only
  29.  * under the terms of either the GPL or the LGPL, and not to allow others to
  30.  * use your version of this file under the terms of the MPL, indicate your
  31.  * decision by deleting the provisions above and replace them with the notice
  32.  * and other provisions required by the GPL or the LGPL. If you do not delete
  33.  * the provisions above, a recipient may use your version of this file under
  34.  * the terms of any one of the MPL, the GPL or the LGPL.
  35.  *
  36.  * ***** END LICENSE BLOCK ***** */
  37.  
  38. @import url('chrome://help/content/platformClasses.css');
  39.  
  40. body {
  41.     margin-left: 175px;
  42.     margin-top: 60px;
  43.     color: black;
  44.     font-family: sans-serif;
  45.     font-size: 0.75em;
  46.     max-width: 120ex;
  47. }
  48.  
  49. #noMarginBody {
  50.     margin: 1em 1em 1em 1em;
  51. }
  52.  
  53. :link:hover { color: red; }
  54.  
  55. a[href^="http://"]:after { content: url('chrome://help/skin/Weblink.png'); }
  56.  
  57. h1 { font-size: 2em; }
  58. h2 { background: url('chrome://help/skin/barcode.jpg') no-repeat; height: 28px; font-size: 1.5em; padding-left: 10px; border-bottom: 1px solid black; font-style: italic; margin-bottom: 0px; }
  59. h3 { color: #009; font-size: 1em; margin-bottom: 0px; margin-top: 35px; }
  60.  
  61. dt { font-weight: bold; }
  62.  
  63. #navTable { top: 0; left: 0; position: fixed; font-size: 2.25em; font-weight: bold; background: url('chrome://help/skin/topnav.jpg'); border-bottom: 1px solid black; }
  64. /* XXXrlk: hack until I can get something better */
  65. #topText { padding-top: 60px; }
  66. #navTable td { border: none; vertical-align: middle; color: #9494C6; }
  67.  
  68. .defaultTable
  69. {
  70.   border: 1px solid black;
  71.   border-collapse: collapse
  72. }
  73.  
  74. .defaultTable td
  75. {
  76.   border: 1px solid black;
  77.   padding: 2px 2px 2px 2px;
  78. }
  79.  
  80. li {
  81.     text-indent: 0px;
  82. }
  83.  
  84. .copyrightBox {
  85.         font-style: italic;
  86.         padding: 1em;
  87.         background-color: #cccccc;
  88.         border: 1px solid black;
  89.  }
  90.  
  91. .contentsBox a {
  92.         text-indent: -3px;
  93.         margin-left: 7px;
  94.         font-weight: normal;
  95.     color: black;
  96.     text-decoration: none;
  97.     display: block;
  98. }
  99.  
  100. .contentsBox a:hover {
  101.     font-weight: bold;
  102. }
  103.  
  104. .contentsBox {
  105.     background-color: rgb(209,209,219);
  106.     position: fixed;
  107.     top: 58px;
  108.     left: 0;
  109.     border: 1px solid black;
  110.     border-left: none;
  111.     font-weight: bold;
  112.     width: 160px;
  113.     padding: 0.25em;
  114. }
  115.  
  116. .makeLeftMargin {
  117.     margin-left: 25px;
  118. }
  119.  
  120. .menuPath {
  121.   background: #c4d0f4; /* bluish color */
  122.   color: inherit;
  123.   padding-left:  1px; /* else bgcolor ends at last char - no space */
  124.   padding-right: 1px;
  125. }
  126.  
  127. table {
  128. }
  129.  
  130. td, th {
  131.     border: 1px solid black;
  132.     border-collapse:collapse;
  133.     vertical-align: top;
  134. }
  135.  
  136. th {
  137.     background-color: #cccccc;    /* grey */
  138.     font-weight: bold;
  139. }
  140.  
  141. .noTableBorder,
  142. .noTableBorder td,
  143. .noTableBorder th {
  144.     background-color: transparent;
  145.     border: 0px solid transparent;
  146. }
  147.